home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis2 / src / alert.h < prev    next >
Encoding:
Text File  |  1995-06-17  |  194 b   |  5 lines

  1. void dispAlertMessage(char *title, char *msg);
  2. void dispBigAlertMessage(char *title, char *msg);
  3. int dispCheckMessage(char *title, char *msg, char *okmsg);
  4. void alert_noMemory(char *title);
  5.